home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 January
/
PCWorld_2007-01_cd.bin
/
v cisle
/
autoit
/
autoit-v3.2.0.1-setup.exe
/
Examples
/
Helpfile
/
comments-start.au3
< prev
next >
Wrap
Text File
|
2006-06-17
|
183b
|
8 lines
#comments-start
MsgBox(4096, "", "This won't be executed")
MsgBox(4096, "", "Or this")
#comments-end
;;; #cs
MsgBox(4096, "", "This will print if '#cs' is commented out.")
#ce